home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gdm / themes / HumanCircle / HumanCircle.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-19  |  3.8 KB  |  131 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE greeter SYSTEM "greeter.dtd">
  3. <greeter>
  4.  
  5. <!-- background -->
  6.   <item type="pixmap">
  7.     <normal file="../Human/background.png"/>
  8.     <pos x="0" y="0" width="100%" height="100%"/>
  9.   </item>
  10.  
  11. <!-- circle -->
  12.   <item type="pixmap">
  13.     <normal file="circle.png"/>
  14.     <pos x="50%" y="50%" width="scale" height="90%" anchor="c"/>
  15.   </item>
  16.  
  17. <!-- background -->
  18.   <item type="pixmap">
  19.     <normal file="../Human/ubuntu.png"/>
  20.     <pos x="2%" y="3%" width="33%" height="scale" anchor="nw"/>
  21.   </item>
  22.  
  23. <!-- bottom bar -->
  24.   <item type="rect">
  25.     <normal color="#4c1e0c" alpha="0.50"/>
  26.     <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
  27.     <box xpadding="10" spacing="10" orientation="horizontal">
  28. <!-- options -->
  29.       <item type="rect" id="options_button" button="true">
  30.         <pos y="50%" width="box" height="box" anchor="w"/>
  31.         <box xpadding="0" spacing="2" orientation="horizontal">
  32.           <item type="pixmap">
  33.             <normal file="icon-session.png"/>
  34.             <prelight file="icon-session-prelight.png"/>
  35.             <active file="icon-session-active.png"/>
  36.           </item>
  37.           <item type="label">
  38.             <normal font="Sans 11" color="#ffffff"/>
  39.             <prelight font="Sans 11" color="#ff9c36"/>
  40.             <active font="Sans 11" color="#dc292b"/>
  41.             <pos y="50%" anchor="w"/>
  42.             <stock type="options"/>
  43.           </item>
  44.         </box>
  45.       </item>
  46. <!-- halt -->
  47.       <item type="rect" id="halt_button" button="true">
  48.       </item>
  49. <!-- quit / disconnect -->
  50.       <item type="rect" id="disconnect_button" button="true">
  51.       </item>
  52.     </box>
  53.   </item>
  54.   
  55. <!-- hostname and clock -->
  56.   <item type="rect">
  57.     <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
  58.     <box xpadding="10" spacing="10" orientation="horizontal">
  59.       <item type="label">
  60.         <pos x="100%" y="50%" anchor="e"/>
  61.         <normal font="Sans Bold 11" color="#ffffff"/>
  62.         <text>%h //</text>
  63.       </item>
  64.       <item type="label" id="clock">
  65.         <pos x="100%" y="50%" anchor="e"/>
  66.         <normal font="Sans 11" color="#ffffff"/>
  67.         <text>%c</text>
  68.       </item>
  69.     </box>
  70.   </item>
  71.   
  72.   
  73. <!-- password box -->
  74.   <item type="rect">
  75.       <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
  76.       <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
  77.           <item type="rect">
  78.               <pos x="0" y="0" width="box" height="box" expand="true"/>
  79.               <normal color="#ffffff" alpha="0.3"/>
  80.               <box xpadding="50" ypadding="15" spacing="10" orientation="vertical">
  81.       <item type="label" id="pam-prompt">
  82.         <pos x="0"/>
  83.         <normal font="Sans Bold 10" color="#523921"/>
  84.         <stock type="username-label"/>
  85.       </item>
  86.       <item type="rect">
  87.         <normal color="#523921"/>
  88.         <pos width="160" height="24"/>
  89.         <fixed>
  90.       <item type="entry" id="user-pw-entry">
  91.             <normal color="#000000" font="Sans 12"/>
  92.             <pos y="1" x="1" width="-2" height="-2" anchor="nw"/>
  93.           </item>
  94.         </fixed>
  95.     </item>
  96.     <!-- timer warning -->
  97.       <item type="label" id="timed-label">
  98.         <show type="timed"/>
  99.         <normal font="Sans Bold 11" color="#523921"/>
  100.         <stock type="timed-label"/>
  101.     </item>
  102.               </box>
  103.           </item>
  104.       </box>
  105.   </item>
  106.  
  107.  
  108. <!-- caps lock warning -->
  109.       <item type="label" id="caps-lock-warning">
  110.         <pos x="-6" y="-48" anchor="se"/>
  111.         <normal font="Sans Bold 11" color="#dc292b"/>
  112.         <stock type="caps-lock-warning"/>
  113.     </item>
  114.  
  115.  
  116. <!-- pam error -->
  117.   <item type="label" id="pam-error">
  118.      <pos x="6" y="-48" anchor="sw" />
  119.      <normal font="Sans Bold 11" color="#dc292b"/>
  120.      <text></text>
  121.   </item>
  122.  
  123. <!-- pam message -->
  124. <item type="label" id="pam-message">
  125.   <pos x="50%" anchor="c" />
  126.   <normal alpha="0.00" color="#000000"/>
  127.   <text></text>
  128. </item>
  129.  
  130. </greeter>
  131.